home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / dalhel.rea < prev    next >
Text File  |  1998-06-26  |  4KB  |  137 lines

  1. Short:    Interface to Dalnet Services: (Chan/Memo/Nick services)
  2. Author:   dtbecker@ptd.net (Donald T. Becker)
  3. Uploader: dtbecker@ptd.net (Donald T. Becker)
  4. Type:     comm/irc
  5.  
  6. VERSION:        :  $VER: DalHelper.amirx 5.13 (08.04.98)
  7.  
  8. Requirements:
  9.  
  10.     1.    AmIRC installed, running correctly with RexxMSGPort.
  11.     2.    Recommended that you make   Rx  resident.
  12.     3.    MCF_Buttons.amirx (Version 5.1+) installed.
  13.         (Optional, required for buttons plugin.)
  14.  
  15.  
  16. Updates to 5.13:
  17.  
  18.     Changed how Version information is handled.
  19.     Changed how DalHelper creates/updates the MCF.Dal data file.
  20.  
  21. Updates to 5.12:
  22.  
  23.     Changed how commands were parsed and then issued
  24.     to the correct services bot.
  25.     Changed "DalDest" variable to be equal to the complete
  26.     command instead of just the destination.
  27.  
  28. New to 5.11:
  29.  
  30.     Added code to recognize IRC Server command 440
  31.     as meaning Services are down and DalHelper shouldn't
  32.     wait for a response from it.
  33.     Added code to help ensure that DalHelper does not
  34.     write a NULL entry to the "MCF.Dal" file.
  35.     Moved old code handling IRC Server command 433 so
  36.     that they are actually processed instead of skipped.
  37.     Removed code handling IRC Server command 401 since
  38.     using Services new command format results in a 440.
  39.     Added storage of Nick/Channel URLs and Channel ModeLock
  40.     to the MCF.Dal file for future use by upcoming GUI.
  41.     Added DalHelper.amirx VERSION checking before
  42.     copying it from the archive to your HD.
  43.     Added FileSize check of any found "MCF.Dal" file.
  44.     If file is smaller than 35 bytes, the Installer will
  45.     walk you thru re-building a new one.
  46.  
  47. New to 5.10:
  48.  
  49.     Added ChanServ INVITE command.
  50.     Services have been UPDATED.  For more guaranteed
  51.     security, there are now server commands:
  52.     ChanServ,  NickServ,  and  MemoServ.
  53.     DalHelper now uses these commands instead of sending
  54.     a /MSG to the appropriate nick.
  55.  
  56. New to 5.9:
  57.  
  58.     Added New ChanServ feature:  Count.
  59.     This function is restricted to channel AOPs and above.
  60.     It returns the number of channel AOPs, SOPs, and AKicks.
  61.  
  62. New to 5.8:
  63.  
  64.     Seems that with Dal's latest server upgrade, you
  65.     can't change nick too quick, so I added a 30
  66.     second wait between Nick changes.
  67.  
  68. New to 5.7:
  69.  
  70.     Fixed a bug in the read routine.  Seems it didn't
  71.     always grab the last entry in the MCF.Dal file.
  72.  
  73. New to 5.6:
  74.  
  75.     Added scanning for IRC error code 433 when
  76.     in Nick change cycle of IDA function.
  77.     (Nick change too fast)
  78.  
  79. New to 5.5:
  80.  
  81.     IDA function now joins all Regged channels that
  82.     you are not already on.
  83.     Added a Cancel Wait-Loop function.
  84.         USAGE:  /msg YourNick %DAL
  85.     This will cause DalHelper to cease waiting for
  86.     a response from services and exit the script.
  87.     Added a check for IRC error code 401 on response
  88.     to a PRIVMSG to services. (No such Nick/Channel)
  89.     Script will exit Wait-Loop if this occurs.
  90.  
  91. New to 5.4:
  92.  
  93.     Added new function:  IDA.  This function will
  94.     change your nick to all your registered nicks,
  95.     Identify them to NickServ, then Identify all
  96.     your registered channels to ChanServ.
  97.         USAGE:  /Rx DalHelper IDA
  98.  
  99. New to 5.3:
  100.  
  101.     Added code to set Clips with About information
  102.     for display in future GUI About function and
  103.     Version which next release of MCF4AmIRC will
  104.     display upon receiving a VERSION request.
  105.     Added new function for removing the clips before
  106.     quitting the net.
  107.         USAGE:  /Rx DalHelper QUIT
  108.  
  109. Bug Fix to 5.2:
  110.  
  111.     Had the wrong OFF option coded for ChanServ
  112.     Set TopicLock function.
  113.     Added 2 new buttons in the DalHelper PlugIn
  114.     for MCF_Buttons.
  115.  
  116. New to 5.1:
  117.  
  118.     A new Security feature for users who use
  119.     other users' Amigas or for those who have
  120.     more than 1 user on thier Amiga.  If you
  121.     have a disk labeled  DalHelper  or make
  122.     an assignment of  DalHelper:  to a directory,
  123.     that location will be searched for the file
  124.     MCF.Dal (password file) first before the
  125.     AmIRC root directory is searched.  If found,
  126.     it will use the MCF.Dal found in DalHelper:.
  127.  
  128. New to 5.0:
  129.  
  130.     MemoServ functions are now included.
  131.     NickServ and ChanServ functions updated.
  132.     Minor bugs found and corrected.
  133.     Corrected bug found in Installer script
  134.      and upgraded it's version to 5.0.1.
  135.     Found and corrected another Installer
  136.      script bug.  Now version 5.0.2.
  137.